1.1.6.10. security.insecureAPI.rand (C)
Warn on uses of inferior random number generating functions (only if arc4random function is available): drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, random, rand_r.

Examples:

void test() {
  random(); // warn
}